CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mfc 图像处理

搜索资源列表

  1. OpenCV_MFC

    0下载:
  2. OpenCV在MFC中的使用的一个示例,基本图像处理功能都有-OpenCV MFC in use in a sample, the basic image processing functions have
  3. 所属分类:OpenCV

    • 发布日期:2017-05-26
    • 文件大小:8724331
    • 提供者:wangjing
  1. Binarization

    0下载:
  2. 数字图像处理,用大津算法对图像进行二值化处理,VC/MFC实现。-Digital image processing, with the Otsu algorithm to the image binarization, VC/MFC implementation. 朗读显示对应的拉丁字符的拼音 字典- 查看字典详细内容 翻译以下任意网站Nord-Cinema-法国Venezuela Tuya-西班牙语Museo del Prado-Digital image processin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:676123
    • 提供者:凌潇然
  1. MFCvtk

    0下载:
  2. MFC结合VTK做图像处理的程序,实现了图像的显示和缩放功能。-MFC combines VTK to do image processing procedures, to achieve an image display and the zoom feature.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:48318
    • 提供者:平空
  1. img

    0下载:
  2. 用vc6.0 做的MFC 图像处理程序,常见图像增强处理算法-Vc6.0 do with MFC image processing procedures, common image enhancement processing algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:279769
    • 提供者:Matthew
  1. DigitalImageProcessing

    0下载:
  2. 这个最近做的数字图像处理作业,包括打开bmp图片,做负片(反白),线性变换,直方图显示,直方图均衡等,所有程序均经过调试,简单易用。里面有较详细的编程步骤,介绍了一些简单常用的MFC的方法,对于初学者很有用。-Does this recent digital image processing operations, including open bmp picture, make negative (anti-white), linear transformation, histogram di
  3. 所属分类:Special Effects

    • 发布日期:2017-06-22
    • 文件大小:40996882
    • 提供者:王敬
  1. MFC图像编程基础

    1下载:
  2. 图形学基本处理,环境是VC6.0.包括彩色图片变黑白图片等-basic programme for cg
  3. 所属分类:Windows编程

    • 发布日期:2013-01-22
    • 文件大小:3481022
    • 提供者:jack
  1. ImageProcessing1.0

    0下载:
  2. VC++ MFC编的数字图像处理程序源代码 包括图像反转 模板卷积 中值滤波等 由于时间有限为全部完成 希望大家在源程序上基础上添加程序 进一步增加程序功能-Image Processing1.0
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2106505
    • 提供者:张波
  1. demo

    0下载:
  2. opencv和MFC结合编制的两个图像处理界面,直接打开导入图像,便可以得到多钟处理效果,边缘检测,图像变换等。-opencv and the MFC union establishment s two imagery processing contact surface, opens directly inducts the image, then may obtain the multi-clock processing effect, the marginal check, the pic
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:40461
    • 提供者:pudn
  1. ColorProcess

    0下载:
  2. VC++6环境编译的彩色数字图像处理程序。结合MFC形成独立可执行程序。具有功能:RGB三原色的提取和滤除,彩色位数转化,彩色图像的灰度化,颜色、亮度和对比度的调整-VC++6 compiler environment of the color digital image processing. Combined into an independent executable program MFC. Has a function: RGB three primary colors of the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3631893
    • 提供者:Myrrhy
  1. text

    0下载:
  2. 简单的图像处理,基于对话框的MFC程序,可以实现显示,截取,保存,变灰度,反白等功能-A simple image processing, dialog-based MFC program, can be achieved show that interception, preservation, variable gray-scale, anti-white and other functions
  3. 所属分类:Graph program

    • 发布日期:2017-06-11
    • 文件大小:18799038
    • 提供者:张磊
  1. cross

    0下载:
  2. 一个最简单的mfc图像处理软件,打开,保存,直方图,部分另存,求面积等-One of the most simple mfc image processing software, open, save, Histogram, some saved, seeking an area of such
  3. 所属分类:Graph program

    • 发布日期:2017-05-16
    • 文件大小:4352228
    • 提供者:阿超
  1. FaceIdentify(MFC)

    0下载:
  2. 这是一个人脸识别程序,在对人脸进行识别的同时可以标定出人脸的特征区域,代码中附加处理图像,以供参考。- This is a face recognition program, the identification of human face can be calibrated at the same time the characteristics of human face area, code, additional processing images for reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3408346
    • 提供者:李志平
  1. ThreeDBMP

    0下载:
  2. 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和 DrawScene函数中实现,主要初始化OpenGL运行时的环境变
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:107039
    • 提供者:arechi
  1. MFC_Graphic

    0下载:
  2. 这MFC图像处理源代码总集包括了均值滤波,直方图均衡,高斯平滑,,锐化,拉普拉斯锐化(边缘检测),阈值变-This MFC source code for the total set of image processing, including the mean filter, histogram equalization, Gaussian smoothing, sharpening, Laplacian sharpening (edge detection), the threshold c
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:8815078
    • 提供者:萤火虫
  1. tiaoshi1

    0下载:
  2. 计算机图像处理,MFC实现图像的直方图显示、直方图的均衡化,以及中值滤波等功能-Computer image processing, MFC histogram of image display, histogram equalization and median filter and other functions
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2376135
    • 提供者:张会会
  1. MFC.design.image.processing.tools

    0下载:
  2. MFC编程图像处理工具设计代码MFC Programming design code image processing tools -MFC Programming design code image processing tools
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:95234
    • 提供者:a
  1. AnEnhancedCCheckComboBox

    0下载:
  2. 基于MFC框架的OpenCV图像和视频处理程序-OpenCV MFC framework based on image and video processing-OpenCV MFC framework based on image and video processing-OpenCV MFC framework based on image and video processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2908918
    • 提供者:莉莉
  1. imagegraduatationdesign

    0下载:
  2. 毕业设计论文本文主要介绍了数字图像处理系统的设计和实现过程,系统设计运用MFC的设计思想,通过VC++实现系统框架,简化了软件的开发,提高了软件系统的灵活性、可扩展性和重用性。同时系统所有的操作设计得十分简单方便,无需具备有专业的知识,也能对图片完成编辑操作。-This paper describes a digital image processing system design and implementation process, the system design using the d
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:11194955
    • 提供者:李逍遥
  1. CxImage

    1下载:
  2. VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 -VC++ image processing library CxImage source code, CxImag
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2191487
    • 提供者:
  1. MFC与OPENCV的结合

    1下载:
  2. 源代码,包括了基于opencv的常用的图像处理函数在MFC下的应用,例如 图像预处理,角点检测,霍夫变换,运动定位等例子。
  3. 所属分类:OpenCV

« 1 23 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com